home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / selfstorage.swf / scripts / frame_5 / PlaceObject2_184_456 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-03-17  |  941b  |  37 lines

  1. onClipEvent(load){
  2.    dragging = 0;
  3.    elastizitaet = 2;
  4.    g = 0.8;
  5.    lftw = 0.05;
  6.    reibung = 1.5;
  7.    v_y = 0;
  8.    v_x = 0;
  9.    buehnenhoehe = _root.buehnenhoehe;
  10.    buehnenbreite = _root.buehnenbreite;
  11.    Gravity = 1;
  12.    Reibung = 0.9000000000000002;
  13.    Velocity = 0;
  14.    PendulumX = this._x;
  15.    numb_rotationsbeschleunigung = 0;
  16.    numb_lotabweichung = 0;
  17.    numb_bewegungsabweichung = 0;
  18.    abweichungswinkel = 0;
  19.    startwinkel = 0;
  20.    numb_gewicht = 5;
  21.    numb_rotation_ohne_drag = this._rotation;
  22.    numb_rotation_durch_drag = this._rotation;
  23.    Gravity = 1;
  24.    Reibung = 0.9000000000000002;
  25.    Velocity = 0;
  26.    PendulumX = this._x;
  27.    PendulumY = this._y;
  28.    int_gerade_aufgegriffen = 0;
  29.    int_objektliegt = 0;
  30.    int_seitenhit = 0;
  31.    int_getroffenebox_nummer = 0;
  32.    int_absturz = 0;
  33.    int_sturzrotation = 0;
  34.    int_soundwartecounter = 0;
  35.    this.gotoAndStop(random(this._totalframes) + 1);
  36. }
  37.